
/*@font-face {
  font-family: WhisperingSignature;
  src: url(../fonts/WhisperingSignature.ttf);
}

@font-face {
  font-family: PeonyWhisper;
  src: url(../fonts/PeonyWhisper.otf);
}

@font-face {
  font-family: Andina;
  src: url(../fonts/Andina.otf);
}

@font-face {
  font-family: MonotypeCorsiva;
  src: url(../fonts/MonotypeCorsiva.ttf);
}*/

/*@font-face {
  font-family: GreatVibes;
  src: url(../fonts/GreatVibes.ttf);
}*/

@font-face {
  font-family: FontCoursive;
  src: url(../fonts/FontCoursive.ttf);
}

/*@font-face {
  font-family: Brilliant;
  src: url(../fonts/Corsive-Brilliant.ttf);
}*/


body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    /*background: #f6f6f6;*/
    background: #F8F7F3;
    padding-top: 60px;
}

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}
.container1200 {
    max-width: 1200px;
    display: block;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    display: block;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    display: block;
    margin: auto;
}
.container800 {
    max-width: 800px;
    display: block;
    margin: auto;
}

.div1000 {
    max-width: 1000px;
    margin: auto;
}
.div1100 {
    max-width: 1100px;
    margin: auto;
}
.div1200 {
    max-width: 1200px;
    margin: auto;
}
.div1300 {
    max-width: 1300px;
    margin: auto;
}


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half.img-right,
.img-half.img-right,
.half-img.img-right,
.half-image.img-right {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.img300, .image300 {
    display: inline-block;
    width: 300px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.img400, .image400 {
    display: inline-block;
    width: 400px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.img500, .image500 {
    display: inline-block;
    width: 500px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half.img-right img,
.img-half.img-right img,
.half-img.img-right img,
.half-image.img-right img {
    float: right;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    /*color: #aac1b2;*/
    color: #000;
    transition: all 0.3s ease;
}
p a, li a {
    text-decoration: underline;
}
a:hover, a:focus {
    color: #aac1b2;
    text-decoration: underline;
}

b, strong {
    font-weight: 500;
}

.bold {
    font-weight: 500;
}
.center{
    text-align: center;
}  

.align-right,         
.right-align {
    text-align: right;
}         

.align-left,         
.left-align {
    text-align: left;
}    


h1 {
    text-align: center;
    font-size: 45px;
    line-height: 1.3;
    margin: 50px 0;
    font-family: "Antic Didone", serif;
    font-weight: 400;
    font-style: normal;
}
h2 {
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
    margin: 25px 0;
    font-family: "Antic Didone", serif;
    font-weight: 400;
    font-style: normal;
}
h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    margin: 20px 0;
    font-family: "Antic Didone", serif;
    font-weight: 400;
    font-style: normal;
}
h4 {
    text-align: center;
    font-size: 25px;
    line-height: 1.4;
    margin: 15px 0;
    font-weight: 400;
    font-style: normal;
}


p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
p.large {
    font-size: 20px;
}
p.big {
    font-size: 22px;
}
p.biggest {
    text-align: center;
    font-size: 25px;
    line-height: 1.4;
    margin: 20px 0;
    font-family: "Antic Didone", cursive;
    font-weight: 400;
    font-style: normal;
}
p.cursive {
    font-family: "FontCoursive", cursive;
    font-size: 60px;
    line-height: 1;
}

li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li {
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
}
ol, ul {
    margin-bottom: 15px;
    display: flow-root;
}




.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: transparent;
    color: #aac1b2;
    border: 2px solid;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 0;
    cursor: pointer;
}
.buttons-center a:focus,
.buttons-center a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: transparent;
    color: #aac1b2;
    border: 2px solid;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 0;
    display: inline-block;
}
.default-button:focus,
.default-button:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}


header {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    z-index: 999;
    background: #fff;
    transition: all 0.4s ease;
}
header .nav {
    display: inline-block;
    width: 100%;
}
header .logo {
    display: inline-block;
    float: left;
}
header .logo a {
    font-size: 30px;
}
header .logo a:hover {
    text-decoration: none;
}
header .logo img {
    max-width: 80px;
    transition: all 0.4s ease;
}
header .header-right {
    display: inline-block;
    float: right;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
}
header .header-right .phone {
    display: inline-block;

}
header .header-right .phone a {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 5px;
    display: inline-block;
}
header .header-right .phone a i {
    font-size: 15px;
    margin-right: 2px;
    font-weight: 700;
    color: inherit;
}
header .header-right .phone a:hover {
    color: #aac1b2;
    text-decoration: none;
}
header .social-media {
    display: inline-block;
    margin-left: 30px;
}
header .social-media a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    color: #333;
}
header .social-media a i {
    font-size: 25px;
}
header .social-media a:hover {
    color: #aac1b2;
}
header .header-right .contact {
    display: inline-block;
    /*margin: 0 25px;*/
}
header .header-right .contact a {
    display: inline-block;
    line-height: 1;
}
header .header-right .open-menu {
    margin-left: 30px;
    display: inline-block;    
    cursor: pointer;

}
header .header-right .open-menu i {
    font-size: 35px;
}
header .menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    width: 300px;
    z-index: 9999;
    overflow-x: auto;
}
header .menu .close-menu {
    opacity: 0.5;
    cursor: pointer;
    color: #fff;
}
header .menu .close-menu i {
    font-size: 18px;
    padding: 10px;
}
header .menu .close-menu:hover {
    opacity: 1;
}
header .menu ul {
    padding: 10px;
    padding-left: 20px;
    margin: 0;
}
header .menu ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.5;
}
header .menu ul li a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
header .menu ul li a:hover {
    /*color: #000;*/
    text-decoration: underline;
}
header .menu ul li a i {
    padding-left: 5px;
    font-size: 16px;
}
header .menu ul li ul {
}
header .menu ul li ul.submenu {
    display: none;
}
header .menu ul li ul li {
    margin-bottom: 15px;
}
header .menu ul li ul li a {
    padding: 0;
    font-size: 17px;
}
header .menu ul li ul li:last-child {
    margin: 0;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 90%);
    z-index: 999;
}


footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: #000;
    color: #e3e3e3;
    background: #d2c8bc;
    color: #000;
}
footer .newsletter h4 {
    font-family: "Antic Didone", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}
footer .newsletter form {
    display: inline-block;
}
footer .newsletter form input {
    height: 45px;
    padding: 10px;
    font-size: 17px;
    border-radius: 0;
    border: 0;
    display: inline-block;
    width: 300px;
    float: left;
    color: #000;
}
footer .newsletter form button {
    height: 45px;
    width: 80px;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    display: inline-block;
    background: #aac1b2;
    color: #fff;
    font-weight: 500;
    float: right;
}
footer .newsletter form button:hover {
    color: #000;
}
footer .social-media a {
    display: inline-block;
    margin: 10px;
    padding: 5px;
    color: #aac1b2;
    color: #fff;
}
footer .social-media a i {
    font-size: 30px;
}
footer .social-media a:hover {
    color: #000;
}
footer p {
    margin: 10px 0;
    font-size: 16px;
}
footer p.copyright {
    margin: 20px 0;
}
footer p.links a {
    display: inline-block;
    margin: 10px;
    color: #e3e3e3;
    color: #000;
    text-decoration: none;
}
footer p.links a:hover {
    /*color: #e3e3e3;*/
    text-decoration: underline;
}
footer p.links a i {
    font-size: 14px;
    margin-right: 5px;
}


/*homepage*/
body.homepage {
    background: transparent;
}

.hp-hero {
    /*background: url(../images/hp-top-bg-image.jpg) center center no-repeat;*/
    background: url(../images/hp-top-banner-image.jpg) center center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 90px);
    position: relative;
}
.hp-hero .div-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.hp-hero .text {
    text-align: center;
}
.hp-hero .text h1 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    margin-top: 0;
}
.hp-hero .text p {
    color: #fff;
    font-size: 45px;
    font-weight: normal;
    font-family: "Antic Didone", serif;
    font-weight: 400;
    font-style: normal;
    margin: 30px 0;
}
.hp-hero .text .big-logo {
    max-width: 200px;
    margin: auto;
}
.hp-hero .text .buttons-center a {
    background: #aac1b2;
    color: #fff;
    border: 2px solid #aac1b2;
}
.hp-hero .text .buttons-center a:hover {
    background: #000;
    border-color: #000;
}



.featured-projects {
    display: block;
    margin: 50px 0;
}
.featured-projects .slider-projects {
    position: relative;
    max-width: 90%;
    display: block;
    margin: auto;
}
.featured-projects .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.featured-projects .flex-direction-nav i {
    font-size: 35px;
    padding: 10px;
    cursor: pointer;
    opacity: 0.5;
}
.featured-projects .flex-direction-nav i:hover {
    opacity: 1;
}
.featured-projects .flex-direction-nav .flex-prev {
    float: left;
    margin-left: -50px;
}
.featured-projects .flex-direction-nav .flex-next {
    float: right;
    margin-right: -50px;
}
.featured-projects .owl-carousel {
    /*max-width: 90%;*/
    margin: auto;
}
.featured-projects .item .text {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #00000000 0%, #000000e0 100%);
    padding: 150px 0 50px;
    display: none;
}
.featured-projects .item:hover .text {
    display: block;
}
.featured-projects .item .box {
    position: relative;
}
.featured-projects .item .image {
    overflow: hidden;
}
.featured-projects .item .image img  {
    transition: all 0.4s ease;
}
.featured-projects .item .title {
    font-family: "Antic Didone", serif;
    /*font-weight: bold;*/
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    margin: 20px 0;
}
.featured-projects .item a:hover {
    text-decoration: none;
}
.featured-projects .item:hover .title {
    color: #fff;
}
/*.featured-projects .projects > .row > .col-xs-12:first-child {
    border-right: 1px solid #ddd;
    padding-right: 50px;
}
.featured-projects .projects > .row > .col-xs-12:last-child {
    padding-left: 50px;
}*/


.characteristics {
    display: block;
    margin: 30px 0;
    padding: 50px 0;
    background: #fff;
    /*background: #fffbf2;*/
}
.characteristics h1 {
    margin-top: 20px;
}
.characteristics .box {
    padding: 0 20px;
}
.characteristics .col {
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 20px 0;
}
.characteristics .col:last-child {
    border: 0;
}
.characteristics .col h4 {
    font-family: "Antic Didone", serif;
    line-height: 1.4;
    font-weight: 600;
    font-style: normal;
    color: #768b86;
}
.characteristics .col p {

}


.text-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.text-section p.subtitle {
    margin: 0;
}
.text-section p.subtitle + h2 {
    margin-top: 5px;
}
.text-section img.max500 {
    width: 500px;
}


.our-services {
    margin: 30px 0;
    padding: 30px 0;
    /*background: #fffbf2;*/
    background: #F8F7F3;
}
.our-services .item {
    margin-top: 20px;
    margin-bottom: 20px;
}
.our-services .item .box {
    padding: 20px;
}
.our-services .row-service {
    margin-top: 50px;
    margin-bottom: 50px;
}
/*.our-services .row .image img {
    max-width: 500px;
}*/
.our-services .row-service .col-xs-12:first-child {
    padding-right: 100px;
    border-right: 1px solid #ddd;
}
.our-services .row-service .col-xs-12:last-child {
    padding-left: 100px;
}

.services-list-hp {
    margin-top: 20px;
}
.services-list-hp .service {
    margin-bottom: 20px;
}
.services-list-hp a {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: #aac1b2;
    color: #fff;
}

.our-process {
    margin: 30px 0;
    padding: 50px 0;
    background: #fff;
}
.our-process .steps {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
    margin-top: 50px;
}
.our-process .steps .item {
    /*margin: 20px 0;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.our-process .steps .item:nth-child(even) {
    border-right: 0;
}
.our-process .steps .item:nth-child(3),
.our-process .steps .item:nth-child(4) {
    border-bottom: 0;
}
.our-process .steps .item .box {
    padding: 40px;
}
.our-process .steps .item h4 {
    font-family: "Antic Didone", serif;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    line-height: 1.4;
}
.our-process .steps .item p.step {
    text-align: left;
    font-size: 60px;
    color: #768b86;
    font-family: "Antic Didone", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 1;
}


.hp-testimonials {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    margin: 20px 0;
}
.hp-testimonials .slider-testimonials {
    position: relative;
}
.hp-testimonials .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.hp-testimonials .flex-direction-nav i {
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}
.hp-testimonials .flex-direction-nav .flex-prev {
    float: left;
}
.hp-testimonials .flex-direction-nav .flex-next {
    float: right;
}
.hp-testimonials .owl-carousel {
    width: 1000px;
    max-width: 90%;
    margin: auto;
}
.hp-testimonials .item {
    text-align: center;
}
.hp-testimonials .item .box {
    padding: 10px;
}
.hp-testimonials .item .stars {
    margin: 15px 0;
}
.hp-testimonials .item .stars i {
    color: #aac1b2;
    font-size: 20px;
    margin: 3px;
}
.hp-testimonials .item p {
    margin: 10px 0;
}
.hp-testimonials .item p.quote {
    font-style: italic;
    font-size: 20px;
}
.hp-testimonials .item p.author {
    font-weight: 600;
}
.hp-testimonials .plain .item {
    text-align: left;
    padding: 25px 0;
    border-bottom: 1px solid #DDCC9F;
}
.hp-testimonials .plain .item p.quote {
    font-style: normal;
    font-size: 18px;
}
.hp-testimonials .plain .item p.author {
    font-weight: 500;
    font-size: 17px;
    margin: 0;
}


.blogs-feed {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    /*background: #fff;*/
    background: #F8F7F3;
}
.blogs-feed h2 {
    margin-top: 0;
    margin-bottom: 40px;
}
.blogs-feed .slider-blogs {
    position: relative;
}
.blogs-feed .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.blogs-feed .flex-direction-nav i {
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}
.blogs-feed .flex-direction-nav .flex-prev {
    float: left;
    margin-left: -50px;
}
.blogs-feed .flex-direction-nav .flex-next {
    float: right;
    margin-right: -50px;
}
.blogs-feed .owl-carousel {
    /*max-width: 90%;*/
    margin: auto;
}
.blogs-feed .item {
    /*text-align: center;*/
}
.blogs-feed .item .box {
    background: #fff;
}
.blogs-feed .item .image {
    overflow: hidden;
}
.blogs-feed .item .image img {

}
.blogs-feed .item a:hover .image img {

}
.blogs-feed .item .title {
    line-height: 1.5;
    font-weight: 500;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
}
.blogs-feed .item a:hover {
    color: #000;
    text-decoration: none;
}





/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-content h3 {
    font-size: 25px;
}
.search-results {
    margin-bottom: 30px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 18px;
    font-weight: 400;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #aac1b2;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}



.default-text {
    padding-bottom: 100px;
}

.default-text img {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}


/*blog page*/
.blog-content {}
.blogs {}
.blogs .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs .item {
    margin-bottom: 30px;
}
.blogs .item .box {
    position: relative;
}
.blogs .item .image {
    overflow: hidden;
}
.blogs .item .image img {
    transition: all 0.4s ease;
    box-shadow: none;
}
.blogs .item:hover .image img {
    transform: scale(1.05);
}
.blogs .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #00000000 0%, #000000e0 100%);
    padding: 50px 0 0px;
}
.blogs .item .box:hover .text {
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
}
.blogs .item .title {
    font-size: 25px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 20px;
    font-family: "Antic Didone", serif;
    font-weight: 500;
    line-height: 1.3;
}
.blogs .item .box:hover .title {
    color: #aac1b2;
}



/*faqs page*/

.faq-content {
    padding-bottom: 100px;
}
.general-accordion {

}
.general-accordion .panel-default {
    margin-bottom: 15px;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.general-accordion .panel-heading {
    padding: 0;
    margin: 0;
    border: 0;
}
.general-accordion .panel-heading .panel-title {
    border: 0;
}
.general-accordion .panel-heading .panel-title a {
    padding: 10px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    /*background: #fff;*/
    background: #f8f7f3;
    color: #aac1b2;
}
.general-accordion .panel-heading .panel-title a i {
    margin-left: 10px;
}
.general-accordion .panel-heading .panel-title a.collapsed {
    color: #333;
}
.general-accordion .panel-heading .panel-title a:hover,
.general-accordion .panel-heading .panel-title a:focus {
    text-decoration: none;
    color: #aac1b2;
}
.general-accordion .panel-heading .panel-title a.collapsed  i {
    transform: rotate(180deg);
}
.general-accordion .panel-body {
    border: 0;
    padding-top: 0;
    background: transparent;
    text-align: center;
}
.general-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.general-accordion .panel-body p:last-child {
    margin-bottom: 0;
}
.faqs-accordion {
    margin-bottom: 50px;
}




/*services page*/

.services {}
.services .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.services .item {
    margin-bottom: 40px;
    text-align: center;
}
.services .item .box {
    position: relative;
}
.services .item .image {
    overflow: hidden;
}
.services .item .image img {
    transition: all 0.4s ease;
}
.services .item:hover .image img {
    transform: scale(1.05);
}
.services .item .title {
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
    padding: 10px;
    font-family: "Antic Didone", serif;
    font-weight: 500;
    color: #000;
}
.services .item .title:hover {
    color: #aac1b2;
}

.services-buttons a {
    display: block;
    font-size: 22px;
    background: #aac1b2;
    color: #fff;
}
.services-buttons a:hover {

}
.services-buttons .item {
    margin-bottom: 20px;
}


.service-welcome-section {
    /*border: 1px dotted #00ade8;
    padding: 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 20px 0 50px;
    padding-top: 150px;
    margin-top: -135px;*/
}
.service-welcome-section .row {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.service-welcome-section .green-text {
    color: #00337a;
    padding: 40px;
}
.service-welcome-section .green-text h2 {
    text-align: left;
    margin: 0;
    color: #00ade8;
    font-size: 45px;
}
.service-welcome-section .green-text h4 {
    font-size: 22px;
    margin: 0;
}
.service-welcome-section .green-text p {
    margin: 25px 0;
}

.service-section-images-left {
    margin: 50px 0;
}
.service-section-images-left .row {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.service-section-images-left .image-gallery {
    position: relative;
    margin-left: -200px;
}
.service-section-images-left .image-gallery .img {

}
.service-section-images-left .image-gallery .img img {
    /*border-radius: 10px;*/
}
.service-section-images-left .image-gallery .img1 {
    width: 100%;
}
.service-section-images-left .image-gallery .img1 img {

}
.service-section-images-left .image-gallery .img2 {
    width: 500px;
    float: right;
    margin-top: -140px;
    z-index: 9;
    position: relative;
}
.service-section-images-left .image-gallery .img2 img {
    transform: rotate(-10deg);
}
.service-section-images-left .image-gallery .img3 {
    width: 600px;
    float: right;
    margin-right: 200px;
    margin-top: -100px;
    z-index: 10;
    position: relative;
}
.service-section-images-left .image-gallery .img3 img {
    transform: rotate(10deg);
}

.service-section-images-right {
    margin: 50px 0;
}
.service-section-images-right .row {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.service-section-images-right .image-gallery {
    position: relative;
    margin-right: -200px;
}
.service-section-images-right .image-gallery .img {

}
.service-section-images-right .image-gallery .img img {
    /*border-radius: 10px;*/
}
.service-section-images-right .image-gallery .img1 {
    width: 100%;
    float: right;
}
.service-section-images-right .image-gallery .img1 img {

}
.service-section-images-right .image-gallery .img2 {
    width: 500px;
    float: left;
    margin-top: -140px;
    z-index: 9;
    position: relative;
}
.service-section-images-right .image-gallery .img2 img {
    transform: rotate(10deg);
}
.service-section-images-right .image-gallery .img3 {
    width: 600px;
    float: left;
    margin-left: 200px;
    margin-top: -100px;
    z-index: 10;
    position: relative;
}
.service-section-images-right .image-gallery .img3 img {
    transform: rotate(-10deg);
}


.big-cta {
    /*background: url(../images/hp-top-bg-image.jpg) center center no-repeat;*/
    background: url(../images/hp-top-banner-image.jpg) center center no-repeat;
    background-size: cover;
    margin: 100px 0 50px;
    padding: 100px;
    text-align: center;
    margin-left: -350px;
    margin-right: -350px;
    color: #fff;
    position: relative;
}
.big-cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0deg 0% 0% / 60%);
    z-index: 1;
}
.big-cta .site-container {
    position: relative;
    z-index: 9;
}
.big-cta h2 {

}
.big-cta p {
    font-size: 20px;
}
.big-cta .buttons-center {

}
.big-cta .buttons-center a {
    background: #fff;
    color: #000;
    border: 0;
}
.big-cta .buttons-center a:hover {
    color: #fff;
    background: #000;
}


/*about page*/

.team-about {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.team-about .box {

}
.team-about .box .image {
    width: 250px;
    float: left;
    margin-right: 20px;
}
.team-about .box .image img {

}
.team-about .box h3 {
    text-align: left;
}
.team-about .box p {

}



/*project page*/

.select-category a.active {
    background: #aac1b2;
    color: #fff;
}
.projects .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.projects .item {
    margin-bottom: 50px;
}
.projects .item .image {
    overflow: hidden;
}
.projects .item .image img {
    width: 100%;
    transition: all 0.3s ease;
}
.projects .item .image img.img-default {
    display: block;
}
.projects .item .image img.img-hover {
    display: none;
}
/*.projects .item .image:hover img.img-default {
    display: none;
}
.projects .item .image:hover img.img-hover {
    display: block;
}*/

.projects .item .box {
    position: relative;
}
.projects .item .text {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #00000000 0%, #000000e0 100%);
    padding: 100px 0 30px;
}
.projects .item .title {
    font-family: "Antic Didone", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-align: center;
    line-height: 1.4;
    margin: 10px 0;
    /*color: #000;*/
    color: #fff;
}
.projects .item:hover .title {
    color: #aac1b2;
}
.projects .item a:hover {
    text-decoration: none;
}

.project-inner .gallery {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    padding: 20px;

}
.project-inner .gallery img {
    margin-bottom: 30px;
}


/*testimonials page*/

.testimonials .item {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.testimonials .item .stars {
    margin: 15px 0;
}
.testimonials .item .stars i {
    color: #aac1b2;
    font-size: 20px;
    margin: 3px;
}
.testimonials .item p {
    margin: 10px 0;
}
.testimonials .item p.quote {
    font-style: italic;
    font-size: 20px;
}
.testimonials .item p.author {
    font-weight: 600;
}



/*contact page*/

.contact-info {
    border-right: 1px solid #ddd;
}
.contact-info p {
    margin: 10px 0;
}
.contact-info p a {
    color: #000;
    text-decoration: none;
}
.contact-info p a:hover {
    text-decoration: underline;
}
.contact-info p a i {
    font-size: 15px;
    margin-right: 5px;
    color: #868686;
}

.contact-form {

}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label {
    font-weight: 400;
}
.contact-form label.error {
    color: red;
    font-size: 15px;
}
.contact-form input {
    height: auto;
    font-size: 18px;
    padding: 10px;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}
.contact-form textarea {
    height: auto;
    font-size: 18px;
    padding: 10px;
    line-height: 1.7;
    min-height: 150px;
    max-width: 100%;
    min-width: 100%;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}




/*sitemap page*/

.sitemap-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
}
.sitemap-section .links a {
    display: inline-block;
    width: 24%;
    float: left;
    padding: 5px;
    margin: 0.5%;
    color: #333;
    line-height: 1.7;
}
.sitemap-section .links-long a {
    width: 49%;
}
.sitemap-section .title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
}




/*news & media page*/
.news .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.news .item {
    margin-bottom: 50px;
}
.news .item .image {
    overflow: hidden;
}
.news .item .image img {
    transition: all 0.4s ease;
    box-shadow: none;
}
.news .item:hover .image img {
    transform: scale(1.05);
}
.news .item .title {
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 10px 0;
    font-family: "Antic Didone", serif;
    font-weight: 500;
    line-height: 1.5;
}
.news .item .box:hover .title {
    color: #aac1b2;
}


p.stand-out {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
}



























